home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 84 / MacAddict_084_2003_08.iso / mac / Software / Productivity / iStorm 2.02.dmg / iStorm.app / Contents / Info.plist next >
Extensible Markup Language  |  2003-04-10  |  2KB  |  68 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>istm</string>
  13.             </array>
  14.             <key>CFBundleTypeIconFile</key>
  15.             <string>iStormdoc2</string>
  16.             <key>CFBundleTypeName</key>
  17.             <string>iStormDoc</string>
  18.             <key>CFBundleTypeOSTypes</key>
  19.             <array>
  20.                 <string>iSTM</string>
  21.             </array>
  22.             <key>CFBundleTypeRole</key>
  23.             <string>Editor</string>
  24.             <key>NSDocumentClass</key>
  25.             <string>MyDocument</string>
  26.         </dict>
  27.         <dict>
  28.             <key>CFBundleTypeExtensions</key>
  29.             <array>
  30.                 <string>rtfd</string>
  31.             </array>
  32.             <key>CFBundleTypeName</key>
  33.             <string>RTFDDocument</string>
  34.             <key>CFBundleTypeOSTypes</key>
  35.             <array>
  36.                 <string>iSTM</string>
  37.             </array>
  38.             <key>CFBundleTypeRole</key>
  39.             <string>Editor</string>
  40.             <key>NSDocumentClass</key>
  41.             <string>MyDocument</string>
  42.         </dict>
  43.     </array>
  44.     <key>CFBundleExecutable</key>
  45.     <string>iStorm</string>
  46.     <key>CFBundleHelpBookFolder</key>
  47.     <string>iStorm Help</string>
  48.     <key>CFBundleHelpBookName</key>
  49.     <string>iStorm Help Main</string>
  50.     <key>CFBundleIconFile</key>
  51.     <string>iStorm</string>
  52.     <key>CFBundleIdentifier</key>
  53.     <string>com.mathgamehouse.iStorm</string>
  54.     <key>CFBundleInfoDictionaryVersion</key>
  55.     <string>6.0</string>
  56.     <key>CFBundlePackageType</key>
  57.     <string>APPL</string>
  58.     <key>CFBundleSignature</key>
  59.     <string>iSTM</string>
  60.     <key>CFBundleVersion</key>
  61.     <string>2.02</string>
  62.     <key>NSMainNibFile</key>
  63.     <string>MainMenu</string>
  64.     <key>NSPrincipalClass</key>
  65.     <string>NSApplication</string>
  66. </dict>
  67. </plist>
  68.